home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 33
/
Aminet 33 - October 1999.iso
/
Aminet
/
util
/
time
/
backclock.lha
/
backclock
/
sources
/
style
/
nodes.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-07-14
|
289 b
|
9 lines
#include <exec/types.h>
#include <intuition/intuition.h>
void AddPoint(struct Window * win, ULONG x, ULONG y) ;
BOOL RemPoint(struct Window * win, ULONG x, ULONG y) ;
void DeletePoint(SPoint * previous) ;
void SetCurPoint(struct Window * win, ULONG x, ULONG y) ;
void ClearPoints(void) ;